searchbar: Remove superfluous padding
authorTimm Bäder <mail@baedert.org>
Fri, 6 Oct 2017 09:15:38 +0000 (11:15 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 6 Oct 2017 12:38:07 +0000 (14:38 +0200)
So it's not 6px high when the child revealer is concealed.

gtk/theme/Adwaita/_common.scss

index 3cf72743e2ba23cf7c158208bfe0d3d5a2ae90d7..b5ca82e30b1cd33226f70199180140343944d3d7 100644 (file)
@@ -1381,7 +1381,7 @@ searchbar,
   @extend %darkbar;
 
   border-width: 0 0 1px;
-  padding: 3px;
+  padding: 0px;
 }
 
 %darkbar {